projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
028d516
)
(struct font_info): Change the declaration o encoding
author
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000
(
03:33
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 19 May 1997 03:33:50 +0000
(
03:33
+0000)
from `char' to `int'.
src/fontset.h
patch
|
blob
|
history
diff --git
a/src/fontset.h
b/src/fontset.h
index b68938e3a7d764eed1de15cb07acfae7e21ad744..ac36f3484ded3ad6dce7f84fbaf252bc1ff37795 100644
(file)
--- a/
src/fontset.h
+++ b/
src/fontset.h
@@
-71,7
+71,7
@@
struct font_info
whose default value is defined in lisp/fontset.el. Since there's
no charset whose id is 1, we use encoding[1] to store the
encoding information decided by the font itself. */
-
char
encoding[MAX_CHARSET + 1];
+
int
encoding[MAX_CHARSET + 1];
/* The baseline position of a font is normally `ascent' value of the
font. However, there exists many fonts which don't set `ascent'